gtk: Change gtk_propagate_event() to propagate both ways.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 29 May 2017 12:55:37 +0000 (14:55 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:39:03 +0000 (18:39 +0200)
commitf2ded6a68558c2d7db05ffe532bb217bd2a5a9b5
tree676f5f86cad4cdd842f686def3f9a78f9e067ea2
parent6fd905e4e1ba4d692a3e39ef7e81cb3c4c534e84
gtk: Change gtk_propagate_event() to propagate both ways.

This change is made for consistency, it doesn't make sense to expose
one-way propagation, as it can only break expectations from GTK+. This
function might be made entirely private in the future, but it still
makes sense to do this in one go for our internal usecases.
gtk/gtkmain.c
gtk/gtkprivate.h
gtk/gtkwidget.c